Autogenerated HTML docs for v2.10.1-432-g8a36c
diff --git a/git-fetch-pack.txt b/git-fetch-pack.txt index 24417ee..d45f6ad 100644 --- a/git-fetch-pack.txt +++ b/git-fetch-pack.txt
@@ -87,6 +87,20 @@ 'git-upload-pack' treats the special depth 2147483647 as infinite even if there is an ancestor-chain that long. +--shallow-since=<date>:: + Deepen or shorten the history of a shallow'repository to + include all reachable commits after <date>. + +--shallow-exclude=<revision>:: + Deepen or shorten the history of a shallow repository to + exclude commits reachable from a specified remote branch or tag. + This option can be specified multiple times. + +--deepen-relative:: + Argument --depth specifies the number of commits from the + current shallow boundary instead of from the tip of each + remote branch history. + --no-progress:: Do not show the progress.